projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f47d38
)
reftests: Plug a leak
author
Benjamin Otte
<otte@redhat.com>
Thu, 5 May 2011 02:27:38 +0000
(
04:27
+0200)
committer
Benjamin Otte
<otte@redhat.com>
Thu, 5 May 2011 15:33:04 +0000
(17:33 +0200)
tests/reftests/gtk-reftest.c
patch
|
blob
|
history
diff --git
a/tests/reftests/gtk-reftest.c
b/tests/reftests/gtk-reftest.c
index 012c0b4122b604093586eebdc567c93caf6d55ab..492031bc4b4f078d6484c129c683d23d52ebd557 100644
(file)
--- a/
tests/reftests/gtk-reftest.c
+++ b/
tests/reftests/gtk-reftest.c
@@
-243,6
+243,7
@@
snapshot_widget (GtkWidget *widget, SnapshotMode mode)
}
cairo_destroy (cr);
+ g_main_loop_unref (loop);
gtk_widget_destroy (widget);
return surface;